home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / remote / rastat10.zip / RASTAT.CTL < prev    next >
Text File  |  1992-05-25  |  4KB  |  115 lines

  1. ; RAStat v1.00 rastat.ctl file
  2. ;
  3. ; This file controls RAStat, and customizes the program's operation as desired
  4. ; for any RemoteAccess/FrontDoor system.  It *must* be named rastat.ctl, and
  5. ; it *must* be located in the current directory when RAStat is executed.
  6. ;
  7. ; Comment lines begin with a semicolon (;) as the first character, and are
  8. ; ignored by the program.  No comment lines are required.
  9. ;
  10. ; All non-comment lines in rastat.ctl begin with a keyword.  All valid keywords
  11. ; are shown below.  Keywords are case insensitive, and may appear in rastat.ctl
  12. ; in any order.  All must be spelled exactly as shown below.  Invalid lines and
  13. ; invalid keywords are ignored by the program.
  14. ;
  15. ; Several keywords (ie: BBSName or Background) require a parameter.  There must
  16. ; be *exactly* one blank space (not three spaces, or two, or a tab, but *one*
  17. ; space) between the keyword and the parameter.  
  18. ;
  19. ; Several keywords (ie: RAPath or FDPath) require a DOS path as a parameter.
  20. ; The paths specified in rastat.ctl *must* exist; the program will abort if
  21. ; they do not.  A trailing backslash (\) is optional on all path parameters.
  22. ;
  23. ; Several keywords (ie: FDCalls or SysOpExclude) toggle features on/off.
  24. ; All are enabled by default.  To disable these features, comment-out the
  25. ; keyword with a semicolon.
  26. ;
  27. ; All keyword lines *must* be terminated by a CRLF immediately after the last
  28. ; significant text character; trailing spaces or trailing comments are *not*
  29. ; permitted.
  30. ;
  31. ;
  32. ; Name of the BBS (mandatory, may include any printable character including
  33. ; spaces, maximum length 30 characters, excess characters truncated):
  34. ;
  35. BBSName Moose Mania
  36. ;       ------------------------------
  37. ;       123456789012345678901234567890
  38. ;       length gauge  --  max length ^
  39. ;
  40. ;
  41. ; Path to the RemoteAccess users.bbs and lastcall.bbs files (mandatory):
  42. ;
  43. RAPath c:\ra\
  44. ;
  45. ;
  46. ; Path to the directory for RAStat's output files (mandatory):
  47. ;
  48. TextPath c:\ra\text\
  49. ;
  50. ;
  51. ; Path to the FrontDoor *.his files (mandatory in -calls mode if FDCalls is
  52. ; enabled, ignored otherwise):
  53. ;
  54. FDPath c:\fd\
  55. ;
  56. ;
  57. ; Base filename for -stats mode output files (mandatory for -stats mode,
  58. ; ignored otherwise, do *not* include a path or extension):
  59. ;
  60. StatsFile stats
  61. ;
  62. ;
  63. ; Base filename for -calls mode output files (mandatory for -calls mode,
  64. ; ignored otherwise, do *not* include a path or extension):
  65. ;
  66. CallsFile calls
  67. ;
  68. ;
  69. ; Generate FD mailer call info (optional for -calls mode, ignored in -stats
  70. ; mode, comment-out to disable):
  71. ;
  72. FDCalls
  73. ;
  74. ;
  75. ; Exclude first record in users.bbs from output files (optional, comment-out
  76. ; to disable):
  77. ;
  78. SysOpExclude
  79. ;
  80. ;
  81. ; Exclude users with hidden attribute set in users.bbs from output files
  82. ; (optional, comment-out to disable):
  83. ;
  84. HiddenExclude
  85. ;
  86. ;
  87. ; Silence the speaker (optional, comment-out to disable):
  88. ;
  89. Quiet
  90. ;
  91. ;
  92. ; Colors for ANSI output files (mandatory):
  93. ;
  94. Title 15
  95. Header 12
  96. Data 14
  97. Prompt 10
  98. Background 00
  99. ;
  100. ;
  101. ; Valid color parameters are:
  102. ;
  103. ; Background        Foreground
  104. ; ------------      ----------------------------------
  105. ;
  106. ; 00 = Black        00 = Black     08 = Dark grey
  107. ; 01 = Blue         01 = Blue      09 = Bright blue
  108. ; 02 = Green        02 = Green     10 = Bright green
  109. ; 03 = Cyan         03 = Cyan      11 = Bright cyan
  110. ; 04 = Red          04 = Red       12 = Bright red
  111. ; 05 = Magenta      05 = Magenta   13 = Bright magenta
  112. ; 06 = Brown        06 = Brown     14 = Bright yellow
  113. ; 07 = Gray         07 = Gray      15 = Bright white
  114. ;
  115.